Learn R Programming

readHAC (version 1.0)

[.HAC: Extract tuples.

Description

Extract tuples of HAC object.

Usage

"["(x, i, ...)

Arguments

x
HAC object
i
Integer vector
...
Currently not used

Value

HAC object

Details

Extract subset of tuples. For instance x[1:2] extracts the first two tuples. Alternatively the method can be indirectly invoked by the subset function.

Examples

Run this code

x[1:2]
subset(x, type == 10000)
split(x, x$type)

Run the code above in your browser using DataLab